home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_105274.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  57 lines

  1. -- card: 105274 from stack: in
  2. -- bmap block id: 105667
  3. -- flags: 0000
  4. -- background id: 104104
  5. -- name: Application Service C/6
  6. ----- HyperTalk script -----
  7. on openCard
  8.   beenHereFlag 2,1
  9.   -- first param is item #, second is line # (of global)
  10.   pass openCard
  11. end openCard
  12.  
  13.  
  14. -- part 3 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=493 top=319 right=341 bottom=512
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1400 / 1400
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Next
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.  
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part contents for background part 15
  34. ----- text -----
  35. 105274
  36.  
  37. -- part contents for background part 6
  38. ----- text -----
  39. Launch  (3 of 3)
  40.  
  41. Suppose you put an application on the server that allows five users to launch at one time.  But  you actually have nine users who need to use the application.  You need to put a second copy of the application on the server.  If you had fifteen users, you‚Äôd need three copies. 
  42.  
  43. -- part contents for background part 4
  44. ----- text -----
  45. Definitions
  46.  
  47. -- part contents for background part 25
  48. ----- text -----
  49. First let‚Äôs define some terms.
  50.  
  51. -- part contents for background part 5
  52. ----- text -----
  53. Click a term.
  54.  
  55. -- part contents for background part 3
  56. ----- text -----
  57. Types of Network Applications